home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / mac / Wings / Wings Demo / WINGS_2 / 00044.ls < prev    next >
Encoding:
Text File  |  1995-04-25  |  178 b   |  9 lines

  1. on mouseUp
  2.   puppetSprite(of, 4, 1)
  3.   set the immediate of sprite 4 to 1
  4.   set the castNum of sprite 4 to 41
  5.   updateStage()
  6.   set the castNum of sprite 4 to 40
  7.   go("Quit")
  8. end
  9.